home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / wp2x110.zip / GML.CFG < prev    next >
Text File  |  1991-08-06  |  2KB  |  78 lines

  1. # GML configuration file for WP2X.
  2. #
  3. # Written 5/20/89 by Raymond Chen.
  4. #
  5. # If you change this file, please make a note of it below
  6. # and in the BEGIN string.
  7. #
  8. # Version 0.0:  Initial version.
  9. # Version 0.1:  COMMENT tag added 23-Jul-1991.
  10. # Version 0.2:  Note numbers.
  11. # Version 0.3:  New output scheme.
  12.  
  13. HPg="%\n.pa\n"               # Hard page forces a new page
  14. HRt="%\n"                    # Hard return does nothing; the :P will be
  15.                              # produced when we hit a Tab.
  16. SRt="%\n"                    # Soft return is a newline
  17. Tab=":P."                    # Tab marks the start of a new paragraph
  18.  
  19. -="-"                        # Hyphens are hyphens
  20. --="-+\\n"                   # Hyphen at the end of a line gets a +
  21. =="-"                        # Nonbreaking hyphen (does it exist?)
  22. \-=""                        # Discretionary hyphen does not exist
  23. \--="+\n"                    # Discretonary hyphen at the end of the line
  24.  
  25. Und=":hp1."                  # Underlining uses level 1
  26. und=":ehp1."
  27. Bold=":hp2."                 # Boldface uses level 2
  28. bold=":ehp2."
  29.  
  30. # Margins are left as comments, since changing the margin on the fly
  31. # is tricky.
  32. Marg="%\n.* left margin %1, right margin %2\n"
  33.  
  34. Indent=":LQ."                # Assume we indent for long quotes.
  35. indent=":eLQ."               # It's a reasonable assumption.
  36.  
  37. Fn=":FN."                    # Standard tags.
  38. fn=":eFN."
  39. En=":EN."
  40. en=":eEN."
  41. FNote#=""                    # Note numbers are automatically generated.
  42. ENote#=""                    # Note numbers are automatically generated.
  43.  
  44. # Line spacing changes are treated by dropping into Script.
  45. # This is dangerous, of course.
  46. # There is no way to do spacing different from 1 or 2.
  47.  
  48. SS="%\n.ss\n"
  49. 1.5S="%\n.* Switch to 1.5 spacing\n"
  50. DS="%\n.ds\n"
  51. TS="%\n.* Switch to triple spacing\n"
  52. LS="%\n.* Switch to %1/2 spacing\n"
  53.  
  54. # At the beginning of the file, we load the proper style file
  55. # and the laser files.
  56. # We also put in some identification.
  57. BEGIN=".* This file was created by the WP2X program, using a GML
  58. .* descriptor file (Version 0.3) written by Raymond Chen.
  59. .*
  60. .* Do not expect everything to be converted perfectly.
  61. .*
  62. .im gmlthesi
  63. .im laser
  64. :GDOC
  65. :FRONTM
  66. :eFRONTM
  67. :BODY
  68. "
  69.  
  70. # At the end of the file, we close up some tags.
  71. END=".*
  72. :eBODY
  73. :eGDOC
  74. .* End of file
  75. "
  76. Comment="%\n.* "
  77. comment="\n"
  78.